Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: qa last fixes #522

Merged
merged 10 commits into from
Aug 29, 2023
Merged

fix: qa last fixes #522

merged 10 commits into from
Aug 29, 2023

Conversation

ArmanNik
Copy link
Member

@ArmanNik ArmanNik commented Aug 29, 2023

Fix variable creation during function creation.
Feat dynamic component for variables

@vercel
Copy link

vercel bot commented Aug 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 4:41pm
console-cloud ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 4:41pm
console-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 4:41pm

Comment on lines 60 to 66
for (const [key, value] of Object.entries($templateConfig.variables)) {
await sdk.forProject.functions.createVariable(
response.$id,
key,
value?.toString()
);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use a Promise.all helper for better performance?

@TorstenDittmann TorstenDittmann merged commit 15a0f84 into main Aug 29, 2023
2 checks passed
@TorstenDittmann TorstenDittmann deleted the fix-qa-last-fixes branch August 29, 2023 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants